home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 12
/
BBS in a box XII-2.iso
/
Files II
/
Prog
/
M
/
LogoMotion101.sit
/
LogoMation 1.0.1 ƒ
/
LogoMation 1.0.1.rsrc
/
STR_134_help_Repeat.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-05-05
|
226 b
|
5 lines
Repeat n
Repeat var,from,to
Repeat var,from,to,step
In its first form, the command loops n times. In the second and third forms it sets var=from, and loops till var=to, incrementing it by step each time (step defaults to 1).